*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 23 Mar 2001 16:22:00 +0000 (16:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 23 Mar 2001 16:22:00 +0000 (16:22 +0000)
src/ChangeLog

index 2cd44be917190fd73d3544f063ffcbd641150985..c416942165eaef68954edaddca947f0a7247c8c0 100644 (file)
@@ -1,5 +1,13 @@
 2001-03-23  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c  Use make_number, for readability.
+       (try_window_id): Disable rows below the window end.
+       (try_window_reusing_current_matrix): Use cursor_row_p.
+       (try_window_reusing_current_matrix) <scrolling up>: Fix disabling
+       of rows.
+       (init_from_display_pos): If POS specifies a position in a display
+       vector, maybe get the iterator set up for that ellipsis.
+       
        * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2.
 
 2001-03-23  Eli Zaretskii  <eliz@is.elta.co.il>